home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc263-src.lha / gcc-2.6.3 / config / t-svr3 < prev    next >
Text File  |  1992-07-27  |  176b  |  5 lines

  1. # For svr3 we build crtbegin.o and crtend.o which serve to add begin and
  2. # end labels to the .ctors and .dtors section when we link using gcc.
  3.  
  4. EXTRA_PARTS=crtbegin.o crtend.o
  5.